CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - h264 ffmpeg

搜索资源列表

  1. fffmpegh264fof

    0下载:
  2. ffmpeg提取h264解码,经经过优化,适合多平台移植 -the ffmpeg to extract h264 decoding, is optimized for multi-platform transplantation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2083409
    • 提供者:明白的
  1. H264Android_CPP

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion of optimized and verified by simulator (320x480).
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2014-11-14
    • 文件大小:169984
    • 提供者:葛伟
  1. 352x288

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,此为测试码流-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion optimization, this is a test stream
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-18
    • 文件大小:351152
    • 提供者:葛伟
  1. ffmpeg_h264_VC6

    0下载:
  2. 基于ffmpeg的h264解码库 VC6编译-Based on the the ffmpeg h264 decoding Library VC6 compile
  3. 所属分类:软件工程

    • 发布日期:2014-11-14
    • 文件大小:8685568
    • 提供者:martin zhang
  1. ffmpeg_tsmux

    0下载:
  2. 基于ffmpeg,将h264封装为ts流格式,需要编码的同学可以参考一下-Based on ffmpeg, h264 package is ts stream format, students need to be coded reference
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-07
    • 文件大小:2043
    • 提供者:robin
  1. H264Player

    0下载:
  2. H264player 使用VC++建立的工程,使用ffmpeg解码h264视频文件,实现h264格式文件的播放-H264player use VC++ established engineering, use ffmpeg decode h264 video files, h264 format file playback
  3. 所属分类:DirextX

    • 发布日期:2017-11-01
    • 文件大小:659819
    • 提供者:张三
  1. video_proc.tar

    1下载:
  2. 一个摄像头采集播放程序 QTcreator,V4linux2 h264编码,但FFmpeg解码失败,大家可以找找原因,新版的ffmpeg不好使啊。-A camera acquisition player QTcreator, h264 encoding V4linux2, FFmpeg decoding fails, we can find out why, the new version of ffmpeg so bad.
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:440320
    • 提供者:游博杰
  1. sample

    3下载:
  2. 基于ffmpeg 的h264编解码和mp4等文件的生成。适合入门。-Based on the the ffmpeg h264 codec and mp4 file generation. Suitable for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-10-04
    • 文件大小:20554
    • 提供者:julie
  1. droidffmpeg

    0下载:
  2. linux下FFMPEG的NDK交叉编译,以及H264解码包裹类。-FFMPEG NDK linux cross compiler, as well as H264 decoding parcel.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-06
    • 文件大小:7999277
    • 提供者:shang
  1. segmenter

    0下载:
  2. 基于ffmpeg工程实现将h264原始帧视频文件转换为ts视频格式文件,linux平台C代码,稍加修改就可以用于windows平台和C++。-Based on ffmpeg, rtansform h264 vedio to ts stream format file,for linux plat,
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-02
    • 文件大小:2384
    • 提供者:肖家栋
  1. h264_decoder_lib

    0下载:
  2. 基于VC开发的可在windows平台运行的264的解码库,可直接调用,也可编译。从ffmpeg中抽取进行修改,没有内存泄露并且支持多线程同时处理。-h264 decoder code extracted from ffmpeg.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:580771
    • 提供者:李晓
  1. H264Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:243426
    • 提供者:caojin
  1. CallsGraph-decode_frame

    0下载:
  2. FFMPEG源码中解码H264部分的decode_frame函数的调用关系图,详细到每一个被调函数,以及被调函数的被吊函数等。学习FFMPEG解码流程很好的帮助文档。-FFMPEG source code decoding H264 part decode_frame function call graph, each one in detail to the called function, and the called function was hanging functions, etc.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:792283
    • 提供者:昊天
  1. ffplay

    0下载:
  2. ffplay工程是对ffmpeg中play.c文件进行重新封装成dll,方便使用。里面包含avi,h264测试文件-ffmpeg ffplay engineering is repackaged in play.c files into dll, easy to use. Which contains avi, h264 test file! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:19346432
    • 提供者:陆贵涛
  1. qq

    0下载:
  2. H264视频编解码,较为完整,包含各种编码方式。代码讲解详细,基于ffmpeg-The H264 video codec, completeContains a variety of coding. Code to explain in detail, based on the ffmpeg
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4111158
    • 提供者:王东
  1. h2642mp4

    0下载:
  2. 把H264 Raw Data转换成mp4格式的测试代码,参考了ffmpeg相应库。-The H264 Raw Data converted into test code mp4 format, refer to the corresponding ffmpeg library.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:12201
    • 提供者:keta
  1. 3

    0下载:
  2. ffmpeg通过dshow驱动摄像头拍摄视频,并将视频转为h264格式,再添加到rtp流中。运行后生成*.sdp文件,拖入vlc播放器可以查看。运行时请将lib与include文件放到c盘下。本机环境为win8.1(x64) vs2013(x86)-ffmpeg dshow driven by the camera to shoot video, and video into h264 format, add it rtp stream. After running the generated*
  3. 所属分类:Video Capture

    • 发布日期:2017-06-17
    • 文件大小:26232053
    • 提供者:卢涛
  1. muxing

    1下载:
  2. ffmpeg的ts流封装例程,生成yuv后编码h264,接着封装ts流,稍微修改后,可以加入到你的工程中-ts stream ffmpeg package of routines to generate the yuv encoded h264, then package ts stream
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:4475
    • 提供者:LEOLUO
  1. X264Encoder

    0下载:
  2. h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2014-10-24
    • 文件大小:16119808
    • 提供者:周理鹏
  1. ff_test_stream

    0下载:
  2. ffmpeg的调用例程,解码流方式的h264文件-the example of ffmpeg,decoding streams of h264 using ffmpeg
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-30
    • 文件大小:12333851
    • 提供者:Joyce
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com